mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_add_radio_item(\"Demande SAM SA-8 Gecko Niveau:Bon\", 1, \"red\"); mission.trig.func[1]=nil;",
            [2] = "a_activate_group(\"SAM SA-8 Niv 1\");a_clear_flag(1);a_remove_radio_item(\"Demande SAM SA-8 Gecko Niveau:Bon\", \"red\"); mission.trig.func[2]=nil;",
            [3] = "a_add_radio_item(\"Demande SAM SA-8 Gecko Niveau:Très bon\", 2, \"all\"); mission.trig.func[3]=nil;",
            [4] = "a_activate_group(\"SAM SA-8 Niv 2\");a_clear_flag(2);a_remove_radio_item(\"Demande SAM SA-8 Gecko Niveau:Très bon\", \"all\"); mission.trig.func[4]=nil;",
            [5] = "a_add_radio_item(\"Demande SAM SA-8 Gecko Niveau:Excellent\", 3, \"all\"); mission.trig.func[5]=nil;",
            [6] = "a_activate_group(\"SAM SA-8 Niv 3\");a_clear_flag(3);a_remove_radio_item(\"Demande SAM SA-8 Gecko Niveau:Excellent\", \"all\"); mission.trig.func[6]=nil;",
            [7] = "a_add_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Bon\", 4, \"red\"); mission.trig.func[7]=nil;",
            [8] = "a_activate_group(\"SAM SA-9 Niv 1\");a_clear_flag(4);a_remove_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Bon\", \"red\"); mission.trig.func[8]=nil;",
            [9] = "a_add_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Trés Bon\", 5, \"red\"); mission.trig.func[9]=nil;",
            [10] = "a_activate_group(\"SAM SA-9 Niv 2\");a_clear_flag(5);a_remove_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Trés Bon\", \"red\"); mission.trig.func[10]=nil;",
            [11] = "a_add_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Excellent\", 6, \"all\"); mission.trig.func[11]=nil;",
            [12] = "a_activate_group(\"SAM SA-9 Niv 3\");a_clear_flag(6);a_remove_radio_item(\"Demande SAM SA-9 Gaskin Niveau:Excellent\", \"red\"); mission.trig.func[12]=nil;",
            [13] = "a_add_radio_item(\"Demande SAM SA-13 Stréla Niveau :Bon\", 7, \"all\"); mission.trig.func[13]=nil;",
            [14] = "a_activate_group(\"SAM SA-13 Niv 1\");a_remove_radio_item(\"Demande SAM SA-13 Stréla Niveau :Bon\", \"all\");a_clear_flag(7); mission.trig.func[14]=nil;",
            [15] = "a_add_radio_item(\"Demande SAM SA-13 Stréla Niveau :Trés Bon\", 8, \"all\"); mission.trig.func[15]=nil;",
            [16] = "a_activate_group(\"SAM SA-13 Niv 2\");a_clear_flag(8);a_remove_radio_item(\"Demande SAM SA-13 Stréla Niveau :Trés Bon\", \"all\"); mission.trig.func[16]=nil;",
            [17] = "a_add_radio_item(\"Demande SAM SA-13 Stréla Niveau:Excellent\", 9, \"all\"); mission.trig.func[17]=nil;",
            [18] = "a_activate_group(\"SAM SA-13 Niv 3\");a_clear_flag(9);a_remove_radio_item(\"Demande SAM SA-13 Stréla Niveau:Excellent\", \"all\"); mission.trig.func[18]=nil;",
            [19] = "a_out_text_delay_s(\"red\", \"Pilote ,faite trés Attention vous voici au dernier Waypoint,vous volez en diréction de le zone d entrainement à partir d ici\\\
,l ennemis peut vous engager avec ses missiles sol/Air\", 25);",
        }, -- end of ["actions"]
        ["events"] = 
        {
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
            [13] = "if mission.trig.conditions[13]() then mission.trig.actions[13]() end",
            [14] = "if mission.trig.conditions[14]() then mission.trig.actions[14]() end",
            [15] = "if mission.trig.conditions[15]() then mission.trig.actions[15]() end",
            [16] = "if mission.trig.conditions[16]() then mission.trig.actions[16]() end",
            [17] = "if mission.trig.conditions[17]() then mission.trig.actions[17]() end",
            [18] = "if mission.trig.conditions[18]() then mission.trig.actions[18]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
            [13] = true,
            [14] = true,
            [15] = true,
            [16] = true,
            [17] = true,
            [18] = true,
            [19] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_flag_is_false(1) )",
            [2] = "return(c_flag_is_true(1) )",
            [3] = "return(c_flag_is_false(2) )",
            [4] = "return(c_flag_is_true(2) )",
            [5] = "return(c_flag_is_false(3) )",
            [6] = "return(c_flag_is_true(3) )",
            [7] = "return(c_flag_is_false(4) )",
            [8] = "return(c_flag_is_true(4) )",
            [9] = "return(c_flag_is_false(5) )",
            [10] = "return(c_flag_is_true(5) )",
            [11] = "return(c_flag_is_false(6) )",
            [12] = "return(c_flag_is_true(6) )",
            [13] = "return(c_flag_is_false(7) )",
            [14] = "return(c_flag_is_true(7) )",
            [15] = "return(c_flag_is_false(8) )",
            [16] = "return(c_flag_is_true(8) )",
            [17] = "return(c_flag_is_false(9) )",
            [18] = "return(c_flag_is_true(9) )",
            [19] = "return(c_unit_in_zone(22, \"Zone de Déclenchement\") or c_unit_in_zone(23, \"Zone de Déclenchement\") or c_unit_in_zone(25, \"Zone de Déclenchement\") )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
            [6] = "for i,t in pairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in pairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in pairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in pairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in pairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in pairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in pairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in pairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
            [19] = "if mission.trig.conditions[19]() then mission.trig.actions[19]() end",
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["blue"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["red"]
    }, -- end of ["result"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["at2000"] = 0,
            ["atGround"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["temperature"] = 20,
            ["iseason"] = 1,
        }, -- end of ["season"]
        ["qnh"] = 760,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 25,
            ["density"] = 7,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 0,
            ["density"] = 0,
            ["base"] = 0,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 631222.41964285,
                ["radius"] = 5000,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -328282.85714286,
                ["hidden"] = false,
                ["name"] = "    Zone d entrainement",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 631222.13392857,
                ["radius"] = 6000,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of ["color"]
                ["x"] = -328283.14285714,
                ["hidden"] = true,
                ["name"] = "Zone de Déclenchement",
            }, -- end of [2]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["map"] = 
    {
        ["centerY"] = 618666.49107142,
        ["zoom"] = 5000,
        ["centerX"] = -356048.52232142,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 18,
            [2] = 6,
            [3] = 11,
            [4] = 8,
            [5] = 13,
            [6] = 9,
            [7] = 5,
            [8] = 16,
            [9] = 10,
            [10] = 17,
            [11] = 15,
            [12] = 12,
            [13] = 4,
            [14] = 19,
            [15] = 3,
            [16] = 2,
            [17] = 1,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 0,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "Bonjour Messieurs\
\
Voici votre nouveau terrain \
d entrainement au tir ,vous y trouverez du materiel Ukrainien ainsi que du materiel insurgé,la zone d entrainement est situé non loin de la ville de KOBULETI sur un petit Aérodrome désafecté (Waypoint 2 sur le TAD)\
 vous avez le choix des unités que vous engagez (SA-8 ,SA-9 et SA-13) ainsi que leur niveau de compétences (bon,trés bon,excellent) via le menu des communications (touche *+Touche F10)\
Vous pourez réarmer sur la base de départ (Batumi) ou changer \
d armement comme bon vous semble\
\
\
Note:vous n êtes pas Obligé de suivre les Waypoints !\
\
\
KAMOV_127Th Snow Léopard\
\
=== Armement par Défaut ===\
\
-2X AM9M SideWinder\
-2X AGM 65 D\
-2X AGM 65 H\
-3X MK 82\
-3X MK 82 AIR\
-1X GBU 12\
-1X GBU 38\
-1X Nacelle AN/AAQ-28 Litening II\
\
==== Carburant ===\
-100%\
 ",
    ["pictureFileNameR"] = 
    {
        [1] = "Niv_1{243BC8F2-E7E2-49bc-9693-2851D2690587}.png",
        [2] = "Niv_2{9C05D061-BD38-4fac-B5A1-774C74F53FE3}.png",
        [3] = "Niv_3{F5268C86-175A-45ca-97CA-6CD3AAFA33C9}.png",
    }, -- end of ["pictureFileNameR"]
    ["goals"] = 
    {
    }, -- end of ["goals"]
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["descriptionBlueTask"] = "",
    ["descriptionRedTask"] = "-Entrainement à la demande sur  cibles de Type SAM SA-8,SA-9 et SA-13",
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 617414,
                ["x"] = -291014,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 6,
                    ["name"] = "Germany",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 17,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631045.06249999,
                                            ["x"] = -328773.52232142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631045.06249999,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unité #4",
                                        ["unitId"] = 5,
                                        ["heading"] = 2.9670597283904,
                                        ["skill"] = "Average",
                                        ["x"] = -328773.52232142,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 631145.63392856,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unité #5",
                                        ["unitId"] = 6,
                                        ["heading"] = 2.9670597283904,
                                        ["skill"] = "Average",
                                        ["x"] = -328770.09374999,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 631255.34821427,
                                        ["type"] = "BTR-80",
                                        ["name"] = "Unité #6",
                                        ["unitId"] = 7,
                                        ["heading"] = 2.9670597283904,
                                        ["skill"] = "Average",
                                        ["x"] = -328768.95089285,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 631045.06249999,
                                ["x"] = -328773.52232142,
                                ["name"] = "Groupe BTR-80 INS #01",
                                ["start_time"] = 0,
                                ["task"] = "Pas de sol",
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Insurgents",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Osetia",
                }, -- end of [14]
                [15] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [15]
                [16] = 
                {
                    ["id"] = 2,
                    ["name"] = "USA",
                }, -- end of [16]
                [17] = 
                {
                    ["id"] = 1,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631222.85714286,
                                                ["x"] = -328260.85714285,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631248.57142858,
                                                ["x"] = -328218.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 39600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631200.85714286,
                                            ["x"] = -328281.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631200.85714286,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "Unité #1",
                                        ["unitId"] = 2,
                                        ["heading"] = 0,
                                        ["skill"] = "Good",
                                        ["x"] = -328281.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631200.85714286,
                                ["x"] = -328281.14285714,
                                ["name"] = "SAM SA-8 Niv 1",
                                ["start_time"] = 39600,
                                ["task"] = "Pas de sol",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 39600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631218.28571429,
                                            ["x"] = -328281.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 3,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631218.28571429,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "Unité #2",
                                        ["unitId"] = 3,
                                        ["heading"] = 0,
                                        ["skill"] = "High",
                                        ["x"] = -328281.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631218.28571429,
                                ["x"] = -328281.42857142,
                                ["name"] = "SAM SA-8 Niv 2",
                                ["start_time"] = 39600,
                                ["task"] = "Pas de sol",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 39600,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631234.57142858,
                                            ["x"] = -328281.42857142,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631234.57142858,
                                        ["type"] = "Osa 9A33 ln",
                                        ["name"] = "Unité #3",
                                        ["unitId"] = 4,
                                        ["heading"] = 0,
                                        ["skill"] = "Excellent",
                                        ["x"] = -328281.42857142,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631234.57142858,
                                ["x"] = -328281.42857142,
                                ["name"] = "SAM SA-8 Niv 3",
                                ["start_time"] = 39600,
                                ["task"] = "Pas de sol",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631109.05357142,
                                            ["x"] = -327944.28571429,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 6,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631109.05357142,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unité #7",
                                        ["unitId"] = 8,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "Good",
                                        ["x"] = -327944.28571429,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631109.05357142,
                                ["x"] = -327944.28571429,
                                ["name"] = "SAM SA-9 Niv 1",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631254.76785714,
                                                ["x"] = -327957.14285714,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631254.48214285,
                                                ["x"] = -327957.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631251.62499999,
                                            ["x"] = -327947.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 7,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631251.62499999,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unité #8",
                                        ["unitId"] = 9,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "High",
                                        ["x"] = -327947.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631251.62499999,
                                ["x"] = -327947.14285714,
                                ["name"] = "SAM SA-9 Niv 2",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631420.48214285,
                                                ["x"] = -327953.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631422.76785714,
                                                ["x"] = -327953.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631424.48214285,
                                            ["x"] = -327951.14285714,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631424.48214285,
                                        ["type"] = "Strela-1 9P31",
                                        ["name"] = "Unité #9",
                                        ["unitId"] = 10,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "Excellent",
                                        ["x"] = -327951.14285714,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631424.48214285,
                                ["x"] = -327951.14285714,
                                ["name"] = "SAM SA-9 Niv 3",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631000.19642856,
                                                ["x"] = -328699.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 632243.05357142,
                                                ["x"] = -328221.14285715,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 630964.48214285,
                                            ["x"] = -328696.85714286,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 9,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 630964.48214285,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "Unité #10",
                                        ["unitId"] = 11,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "Good",
                                        ["x"] = -328696.85714286,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 630964.48214285,
                                ["x"] = -328696.85714286,
                                ["name"] = "SAM SA-13 Niv 1",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631171.62499999,
                                                ["x"] = -328706.85714286,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631168.76785713,
                                                ["x"] = -328709.71428572,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631160.19642856,
                                            ["x"] = -328701.14285715,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 10,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631160.19642856,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "Unité #11",
                                        ["unitId"] = 12,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "High",
                                        ["x"] = -328701.14285715,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631160.19642856,
                                ["x"] = -328701.14285715,
                                ["name"] = "SAM SA-13 Niv 2",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 631358.76785713,
                                                ["x"] = -328704,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 631161.62499999,
                                                ["x"] = -328706.85714286,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 46800,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 631358.76785713,
                                            ["x"] = -328704,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 11,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = true,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 631358.76785713,
                                        ["type"] = "Strela-10M3",
                                        ["name"] = "Unité #12",
                                        ["unitId"] = 13,
                                        ["heading"] = 3.1415926535898,
                                        ["skill"] = "Excellent",
                                        ["x"] = -328704,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 631358.76785713,
                                ["x"] = -328704,
                                ["name"] = "SAM SA-13 Niv 3",
                                ["start_time"] = 46800,
                                ["task"] = "Pas de sol",
                            }, -- end of [9]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Ukraine",
                }, -- end of [17]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 371700,
                ["x"] = 11557,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["name"] = "Russia",
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 617667.91964285,
                                            ["x"] = -355732.09375,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 12,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 617667.91964285,
                                        ["type"] = "SKP-11",
                                        ["name"] = "Unité #13",
                                        ["unitId"] = 14,
                                        ["heading"] = 5.3581608036226,
                                        ["skill"] = "Average",
                                        ["x"] = -355732.09375,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 617661.34821427,
                                        ["type"] = "ATMZ-5",
                                        ["name"] = "Unité #14",
                                        ["unitId"] = 15,
                                        ["heading"] = 5.3581608036226,
                                        ["skill"] = "Average",
                                        ["x"] = -355740.66517857,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 617673.91964284,
                                        ["type"] = "Ural-375 APA-50",
                                        ["name"] = "Unité #15",
                                        ["unitId"] = 16,
                                        ["heading"] = 5.3581608036226,
                                        ["skill"] = "Average",
                                        ["x"] = -355723.80803571,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 617680.20535713,
                                        ["type"] = "Ural-375",
                                        ["name"] = "Unité #16",
                                        ["unitId"] = 17,
                                        ["heading"] = 5.3581608036226,
                                        ["skill"] = "Average",
                                        ["x"] = -355717.23660714,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 617667.91964285,
                                ["x"] = -355732.09375,
                                ["name"] = "Groupe au sol RUS #01",
                                ["start_time"] = 0,
                                ["task"] = "Pas de sol",
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 22,
                                            ["y"] = 618240.25,
                                            ["x"] = -356059.21875,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 72.72744412063,
                                            ["y"] = 609358.99107142,
                                            ["x"] = -350949.23214286,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 299.41446215822,
                                            ["y"] = 631217.84821428,
                                            ["x"] = -328282.66071429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 16,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Fictional Russian Air Force 1",
                                        ["onboard_num"] = "10",
                                        ["parking"] = 16,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = 0,
                                        ["callsign"] = 104,
                                        ["psi"] = 1.0486860012269,
                                        ["y"] = 618240.25,
                                        ["x"] = -356059.21875,
                                        ["name"] = "Pilote #5",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{BRU-42_3*Mk-82AIR}",
                                                }, -- end of [8]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_R",
                                                }, -- end of [9]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [5]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 21,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 618240.25,
                                ["x"] = -356059.21875,
                                ["name"] = "Snow Léopard #05",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 22,
                                            ["y"] = 618122.6875,
                                            ["x"] = -355972.03125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 72.889422644294,
                                            ["y"] = 609359.27678571,
                                            ["x"] = -350948.66071429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 299.68177756435,
                                            ["y"] = 631218.13392857,
                                            ["x"] = -328282.66071429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 17,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Fictional Russian Air Force 1",
                                        ["onboard_num"] = "11",
                                        ["parking"] = 3,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.0503000849183,
                                        ["callsign"] = 105,
                                        ["psi"] = 1.0503000849183,
                                        ["y"] = 618122.6875,
                                        ["x"] = -355972.03125,
                                        ["name"] = "Pilote #1",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{BRU-42_3*Mk-82AIR}",
                                                }, -- end of [8]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_R",
                                                }, -- end of [9]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [5]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 22,
                                        ["skill"] = "Player",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 618122.6875,
                                ["x"] = -355972.03125,
                                ["name"] = "Snow Léopard #01",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 22,
                                            ["y"] = 618141.25,
                                            ["x"] = -355984.8125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 73.04829459696,
                                            ["y"] = 609359.00892857,
                                            ["x"] = -350948.75446429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 299.76944656846,
                                            ["y"] = 631218.13392857,
                                            ["x"] = -328282.94642857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 18,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Fictional Russian Air Force 1",
                                        ["onboard_num"] = "12",
                                        ["parking"] = 5,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.0501378137287,
                                        ["callsign"] = 106,
                                        ["psi"] = 1.0501378137287,
                                        ["y"] = 618141.25,
                                        ["x"] = -355984.8125,
                                        ["name"] = "Pilote #2",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{BRU-42_3*Mk-82AIR}",
                                                }, -- end of [8]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_R",
                                                }, -- end of [9]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [5]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 23,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 618141.25,
                                ["x"] = -355984.8125,
                                ["name"] = "Snow Léopard #02",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 22,
                                            ["y"] = 618177.5625,
                                            ["x"] = -356010.375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 5,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 73.77051752098,
                                            ["y"] = 609359.5625,
                                            ["x"] = -350949.23214286,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 300.48755714081,
                                            ["y"] = 631217.27678571,
                                            ["x"] = -328282.85714286,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Fictional Russian Air Force 1",
                                        ["onboard_num"] = "14",
                                        ["parking"] = 7,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.0497470928199,
                                        ["callsign"] = 108,
                                        ["psi"] = 1.0497470928199,
                                        ["y"] = 618177.5625,
                                        ["x"] = -356010.375,
                                        ["name"] = "Pilote #4",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{BRU-42_3*Mk-82AIR}",
                                                }, -- end of [8]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_R",
                                                }, -- end of [9]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [5]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 25,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 618177.5625,
                                ["x"] = -356010.375,
                                ["name"] = "Snow Léopard #04",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 22,
                                            ["y"] = 618219.125,
                                            ["x"] = -356091.65625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 6,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 73.758500417304,
                                            ["y"] = 609359.27678571,
                                            ["x"] = -350948.94642857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 300.5795612565,
                                            ["y"] = 631217.84821428,
                                            ["x"] = -328282.66071429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 21,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Fictional Russian Air Force 1",
                                        ["onboard_num"] = "15",
                                        ["parking"] = 15,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.0448749511018,
                                        ["callsign"] = 109,
                                        ["psi"] = 1.0448749511018,
                                        ["y"] = 618219.125,
                                        ["x"] = -356091.65625,
                                        ["name"] = "Pilote #6",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{BRU-42_3*Mk-82AIR}",
                                                }, -- end of [8]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_R",
                                                }, -- end of [9]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [5]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 26,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 618219.125,
                                ["x"] = -356091.65625,
                                ["name"] = "Snow Léopard #06",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 22,
                                            ["y"] = 618303.125,
                                            ["x"] = -356100.46875,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 7,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 74.313081850217,
                                            ["y"] = 609359.56249999,
                                            ["x"] = -350948.66071429,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 22,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Fictional Russian Air Force 1",
                                        ["onboard_num"] = "16",
                                        ["parking"] = 18,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.0481843121117,
                                        ["callsign"] = 110,
                                        ["psi"] = 1.0481843121117,
                                        ["y"] = 618303.125,
                                        ["x"] = -356100.46875,
                                        ["name"] = "Pilote #7",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{BRU-42_3*Mk-82AIR}",
                                                }, -- end of [8]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_R",
                                                }, -- end of [9]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [5]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 27,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 618303.125,
                                ["x"] = -356100.46875,
                                ["name"] = "Snow Léopard #07",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 22,
                                            ["y"] = 618271.0625,
                                            ["x"] = -356140.09375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 8,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 74.255301284329,
                                            ["y"] = 609359.56249999,
                                            ["x"] = -350948.94642857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 301.38408656311,
                                            ["y"] = 631218.13392857,
                                            ["x"] = -328282.375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 23,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Fictional Russian Air Force 1",
                                        ["onboard_num"] = "17",
                                        ["parking"] = 21,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.0433272282764,
                                        ["callsign"] = 111,
                                        ["psi"] = 1.0433272282764,
                                        ["y"] = 618271.0625,
                                        ["x"] = -356140.09375,
                                        ["name"] = "Pilote #8",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [11] = 
                                                {
                                                    ["CLSID"] = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                                [7] = 
                                                {
                                                    ["CLSID"] = "{DB769D48-67D7-42ED-A2BE-108D566C8B1E}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    ["CLSID"] = "{BRU-42_3*Mk-82AIR}",
                                                }, -- end of [8]
                                                [3] = 
                                                {
                                                    ["CLSID"] = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [3]
                                                [9] = 
                                                {
                                                    ["CLSID"] = "LAU_88_AGM_65H_2_R",
                                                }, -- end of [9]
                                                [4] = 
                                                {
                                                    ["CLSID"] = "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    ["CLSID"] = "{GBU-38}",
                                                }, -- end of [5]
                                                [10] = 
                                                {
                                                    ["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
                                                }, -- end of [10]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 28,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 618271.0625,
                                ["x"] = -356140.09375,
                                ["name"] = "Snow Léopard #08",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "CAS",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 22,
                                            ["y"] = 618159.25,
                                            ["x"] = -355997.40625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["valid"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["key"] = "CAS",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Helicopters",
                                                                    [2] = "Ground Units",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                        [2] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["valid"] = true,
                                                            ["number"] = 2,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 4,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [2]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 74.923253446996,
                                            ["y"] = 609338.70535714,
                                            ["x"] = -350951.80357142,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 301.76221902656,
                                            ["y"] = 631217.84821428,
                                            ["x"] = -328282.57142857,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 24,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Fictional Russian Air Force 1",
                                        ["onboard_num"] = "18",
                                        ["parking"] = 9,
                                        ["speed"] = 138.88888888889,
                                        ["heading"] = -1.0511980963072,
                                        ["callsign"] = 107,
                                        ["psi"] = 1.0511980963072,
                                        ["y"] = 618159.25,
                                        ["x"] = -355997.40625,
                                        ["name"] = "Pilote #3",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 5029,
                                            ["flare"] = 120,
                                            ["ammo_type"] = 1,
                                            ["chaff"] = 240,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["type"] = "A-10C",
                                        ["start_type"] = 3,
                                        ["unitId"] = 29,
                                        ["skill"] = "Client",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 618159.25,
                                ["x"] = -355997.40625,
                                ["name"] = "Snow Léopard #03",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 251,
                            }, -- end of [8]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "Self Entrainement SAM niveau 1",
    ["version"] = 5,
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["command"] = 3001,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                    ["flag"] = 1,
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 8(6?;8|?1#",
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 1,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 49[{7?9&,'`=",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 2,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 1,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "red",
                    ["command"] = 3001,
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Bon",
                    ["predicate"] = "a_remove_radio_item",
                    ["value"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["command"] = 3001,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                    ["flag"] = 2,
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Très bon",
                    ["cockpit_device"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["comment"] = "Trigger 2<<~6((7(^^5",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 2,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 6&`07{{?$~'= ",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 3,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 2,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["command"] = 3001,
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Très bon",
                    ["predicate"] = "a_remove_radio_item",
                    ["value"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["airdromelist"] = "",
                    ["coalitionlist"] = "",
                    ["flag"] = 3,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["value"] = 0,
                    ["predicate"] = "a_add_radio_item",
                    ["command"] = 3001,
                    ["flag"] = 3,
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Excellent",
                    ["cockpit_device"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 3)%@#(1#@]8 ",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 3,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 4,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 3,
                }, -- end of [2]
                [3] = 
                {
                    ["coalitionlist"] = "all",
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Demande SAM SA-8 Gecko Niveau:Excellent",
                    ["cockpit_device"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 85/71+`3.{:!",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 4,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger ))3>0",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "red",
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Bon",
                    ["command"] = 3001,
                    ["flag"] = 4,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 4,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 5/ }`>_[1;8`",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 6,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 4,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "red",
                    ["value"] = 0,
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Bon",
                    ["predicate"] = "a_remove_radio_item",
                    ["command"] = 3001,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 5,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 6?.%9<0[+3?{",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "red",
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Trés Bon",
                    ["command"] = 3001,
                    ["flag"] = 5,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 5,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 8 & \\!2@:`&4",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 7,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 5,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "red",
                    ["value"] = 0,
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Trés Bon",
                    ["predicate"] = "a_remove_radio_item",
                    ["command"] = 3001,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 6,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 9&%2!<<9)9~7",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Excellent",
                    ["command"] = 3001,
                    ["flag"] = 6,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 6,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 3<>(*80+\".<[",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 8,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 6,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "red",
                    ["value"] = 0,
                    ["radiotext"] = "Demande SAM SA-9 Gaskin Niveau:Excellent",
                    ["predicate"] = "a_remove_radio_item",
                    ["command"] = 3001,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 7,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "all",
                    ["value"] = 0,
                    ["predicate"] = "a_add_radio_item",
                    ["command"] = 3001,
                    ["flag"] = 7,
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau :Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 91*`{*+)6$72",
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 7,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["value"] = 0,
                    ["command"] = 3001,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 9,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "all",
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_remove_radio_item",
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau :Bon",
                    ["cockpit_device"] = 0,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 7,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Trigger 6(<,9^.$!/^,",
        }, -- end of [14]
        [15] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 8,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 1\".~3,1'/98_",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau :Trés Bon",
                    ["command"] = 3001,
                    ["flag"] = 8,
                    ["predicate"] = "a_add_radio_item",
                    ["value"] = 0,
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [15]
        [16] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 8,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 9%)>*213\\,4>",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 10,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 8,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["value"] = 0,
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau :Trés Bon",
                    ["predicate"] = "a_remove_radio_item",
                    ["command"] = 3001,
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [16]
        [17] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 9,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_false",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 3@|}?1; ,,32",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau:Excellent",
                    ["value"] = 0,
                    ["flag"] = 9,
                    ["predicate"] = "a_add_radio_item",
                    ["command"] = 3001,
                }, -- end of [1]
            }, -- end of ["actions"]
        }, -- end of [17]
        [18] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["flag"] = 9,
                    ["altitude"] = 1,
                    ["predicate"] = "c_flag_is_true",
                    ["unit"] = "",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Trigger 726#?%>83{]^",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_activate_group",
                    ["group"] = 11,
                }, -- end of [1]
                [2] = 
                {
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["predicate"] = "a_clear_flag",
                    ["flag"] = 9,
                }, -- end of [2]
                [3] = 
                {
                    ["cockpit_device"] = 0,
                    ["coalitionlist"] = "all",
                    ["command"] = 3001,
                    ["radiotext"] = "Demande SAM SA-13 Stréla Niveau:Excellent",
                    ["predicate"] = "a_remove_radio_item",
                    ["value"] = 0,
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [18]
        [19] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["altitude"] = 1,
                    ["zone"] = 2,
                    ["group"] = 16,
                    ["predicate"] = "c_unit_in_zone",
                    ["unit"] = 22,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["altitude"] = 1,
                    ["unit"] = 23,
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 2,
                }, -- end of [3]
                [4] = 
                {
                    ["predicate"] = "or",
                }, -- end of [4]
                [5] = 
                {
                    ["altitude"] = 1,
                    ["unit"] = 25,
                    ["predicate"] = "c_unit_in_zone",
                    ["zone"] = 2,
                }, -- end of [5]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["seconds"] = 25,
                    ["cockpit_device"] = 0,
                    ["command"] = 3001,
                    ["value"] = 0,
                    ["text"] = "Pilote ,faite trés Attention vous voici au dernier Waypoint,vous volez en diréction de le zone d entrainement à partir d ici\
,l ennemis peut vous engager avec ses missiles sol/Air",
                    ["predicate"] = "a_out_text_delay_s",
                    ["coalitionlist"] = "red",
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerStart",
            ["comment"] = "Trigger 1338482086",
        }, -- end of [19]
    }, -- end of ["trigrules"]
    ["currentKey"] = 18180,
    ["start_time"] = 36000,
    ["forcedOptions"] = 
    {
        ["optionsView"] = "optview_all",
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["CADC_FAILURE_TAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC TAS sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TAS"]
        ["asc_p"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC TANGAGE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_p",
            ["mm"] = 0,
        }, -- end of ["asc_p"]
        ["laser_failure"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "LASER FAILURE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "laser_failure",
            ["mm"] = 0,
        }, -- end of ["laser_failure"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V tail left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_LEFT"]
        ["abris_hardware"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS HARDWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_hardware",
            ["mm"] = 0,
        }, -- end of ["abris_hardware"]
        ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V tail right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_TAIL_RIGHT"]
        ["asc_y"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC LACET",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_y",
            ["mm"] = 0,
        }, -- end of ["asc_y"]
        ["CLOCK_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Digital clock",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CLOCK_FAILURE",
            ["mm"] = 0,
        }, -- end of ["CLOCK_FAILURE"]
        ["AAR_47_FAILURE_SENSOR_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_LEFT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_LEFT"]
        ["l_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "GENERATEUR-G",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_gen",
            ["mm"] = 0,
        }, -- end of ["l_gen"]
        ["AAR_47_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_TOTAL"]
        ["CADC_FAILURE_TEMPERATURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC temperature sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TEMPERATURE",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TEMPERATURE"]
        ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 left antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_LEFT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_LEFT_ANT_FAILURE"]
        ["asc_a"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ALT",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_a",
            ["mm"] = 0,
        }, -- end of ["asc_a"]
        ["AIRSPEED_INDICATOR_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Airspeed indicator",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AIRSPEED_INDICATOR_FAILURE",
            ["mm"] = 0,
        }, -- end of ["AIRSPEED_INDICATOR_FAILURE"]
        ["r_gen"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "GÉNÉRATEUR-D",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_gen",
            ["mm"] = 0,
        }, -- end of ["r_gen"]
        ["abris_software"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ABRIS SOFTWARE",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "abris_software",
            ["mm"] = 0,
        }, -- end of ["abris_software"]
        ["AAR_47_FAILURE_SENSOR_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_RIGHT"]
        ["VHF_AM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "VHF AM radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_AM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_AM_RADIO_FAILURE_TOTAL"]
        ["hydro_common"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO AUX",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_common",
            ["mm"] = 0,
        }, -- end of ["hydro_common"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V right wingtip container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_WING"]
        ["CADC_FAILURE_BARO_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC baro alt sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_BARO_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_BARO_ALT"]
        ["IFFCC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "IFFCC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_TOTAL"]
        ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/APN-194 right antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RADAR_ALTIMETR_RIGHT_ANT_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RADAR_ALTIMETR_RIGHT_ANT_FAILURE"]
        ["TGP_FAILURE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP on left wing",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_LEFT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_LEFT"]
        ["CADC_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_TOTAL"]
        ["LEFT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MFCD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "LEFT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["LEFT_MFCD_FAILURE"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V nose left sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_LEFT"]
        ["sas_yaw_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS LACET-D",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_right",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_right"]
        ["SADL_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SADL",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "SADL_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["SADL_FAILURE_TOTAL"]
        ["AAR_47_FAILURE_SENSOR_TAIL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 tail sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_TAIL",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_TAIL"]
        ["hydro_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO-G",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_left",
            ["mm"] = 0,
        }, -- end of ["hydro_left"]
        ["TACAN_FAILURE_TRANSMITTER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 transmitter",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TRANSMITTER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TRANSMITTER"]
        ["ILS_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_TOTAL"]
        ["TACAN_FAILURE_RECEIVER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118 receiver",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_RECEIVER",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_RECEIVER"]
        ["ILS_FAILURE_ANT_MARKER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 marker antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_MARKER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_MARKER"]
        ["l_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CONVERTISSEUR-G",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_conv",
            ["mm"] = 0,
        }, -- end of ["l_conv"]
        ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR-69V nose right sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_SENSOR_NOSE_RIGHT"]
        ["asc_r"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ASC ROULIS",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "asc_r",
            ["mm"] = 0,
        }, -- end of ["asc_r"]
        ["sas_pitch_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS TANGAGE-D",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_right",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_right"]
        ["TGP_FAILURE_RIGHT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TGP on right wing",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TGP_FAILURE_RIGHT",
            ["mm"] = 0,
        }, -- end of ["TGP_FAILURE_RIGHT"]
        ["sas_yaw_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS LACET-G",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_yaw_left",
            ["mm"] = 0,
        }, -- end of ["sas_yaw_left"]
        ["AN_ALE_40V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_TOTAL"]
        ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V right main gear container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_RIGHT_GEAR"]
        ["HUD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HUD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "HUD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["HUD_FAILURE"]
        ["CADC_FAILURE_PRESSURE_ALT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC pressure alt sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_PRESSURE_ALT",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_PRESSURE_ALT"]
        ["r_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "MOTEUR-D",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_engine",
            ["mm"] = 0,
        }, -- end of ["r_engine"]
        ["IFFCC_FAILURE_GUN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CANON",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "IFFCC_FAILURE_GUN",
            ["mm"] = 0,
        }, -- end of ["IFFCC_FAILURE_GUN"]
        ["VHF_FM_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "VHF FM radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_FM_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["VHF_FM_RADIO_FAILURE_TOTAL"]
        ["RIGHT_MFCD_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MFCD",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RIGHT_MFCD_FAILURE",
            ["mm"] = 0,
        }, -- end of ["RIGHT_MFCD_FAILURE"]
        ["ILS_FAILURE_ANT_LOCALIZER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 localizer antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_LOCALIZER",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_LOCALIZER"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V left main gear container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_GEAR"]
        ["ILS_FAILURE_ANT_GLIDESLOPE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "ILS AN/ARN-118 glideslope antenna",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ILS_FAILURE_ANT_GLIDESLOPE",
            ["mm"] = 0,
        }, -- end of ["ILS_FAILURE_ANT_GLIDESLOPE"]
        ["CADC_FAILURE_DYNAMIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC dynamic pressure sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_DYNAMIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_DYNAMIC"]
        ["CADC_FAILURE_STATIC"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC static pressure sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_STATIC",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_STATIC"]
        ["CICU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CICU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CICU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CICU_FAILURE_TOTAL"]
        ["AN_ALR69V_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALR69V",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALR69V_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["AN_ALR69V_FAILURE_TOTAL"]
        ["AAR_47_FAILURE_SENSOR_BOTTOM"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AAR-47 bottom sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AAR_47_FAILURE_SENSOR_BOTTOM",
            ["mm"] = 0,
        }, -- end of ["AAR_47_FAILURE_SENSOR_BOTTOM"]
        ["hydro_main"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO PRI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_main",
            ["mm"] = 0,
        }, -- end of ["hydro_main"]
        ["EGI_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EGI",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EGI_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["EGI_FAILURE_TOTAL"]
        ["l_engine"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "MOTEUR-G",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "l_engine",
            ["mm"] = 0,
        }, -- end of ["l_engine"]
        ["UHF_RADIO_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "UHF radio",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "UHF_RADIO_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["UHF_RADIO_FAILURE_TOTAL"]
        ["TACAN_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "TACAN AN/ARN-118",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACAN_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["TACAN_FAILURE_TOTAL"]
        ["CADC_FAILURE_IAS"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC IAS sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_IAS",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_IAS"]
        ["CADC_FAILURE_MACH"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CADC mach sensor",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CADC_FAILURE_MACH",
            ["mm"] = 0,
        }, -- end of ["CADC_FAILURE_MACH"]
        ["hydro_right"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "HYDRO-D",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "hydro_right",
            ["mm"] = 0,
        }, -- end of ["hydro_right"]
        ["sas_pitch_left"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "SAS TANGAGE-G",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "sas_pitch_left",
            ["mm"] = 0,
        }, -- end of ["sas_pitch_left"]
        ["CDU_FAILURE_TOTAL"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CDU",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "CDU_FAILURE_TOTAL",
            ["mm"] = 0,
        }, -- end of ["CDU_FAILURE_TOTAL"]
        ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "AN/ALE-40V left wingtip container",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING",
            ["mm"] = 0,
        }, -- end of ["AN_ALE_40V_FAILURE_CONTAINER_LEFT_WING"]
        ["r_conv"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "CONVÉRTISSEUR -D",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "r_conv",
            ["mm"] = 0,
        }, -- end of ["r_conv"]
    }, -- end of ["failures"]
} -- end of mission
